GetMatchedStylesForNodeRequest

data class GetMatchedStylesForNodeRequest(nodeId: NodeId)

Represents request frame that can be used with CSS#getMatchedStylesForNode operation call.

Returns requested styles for a DOM node identified by nodeId.

See also

Constructors

GetMatchedStylesForNodeRequest
Link copied to clipboard
fun GetMatchedStylesForNodeRequest(nodeId: NodeId)

Properties

nodeId
Link copied to clipboard
val nodeId: NodeId

Sources

jvm source
Link copied to clipboard